home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / email / mwch25.exe / MWATCH.INI < prev    next >
INI File  |  1993-06-24  |  3KB  |  148 lines

  1.  
  2. ;This is a sample MWATCH.INI file.  Additional variables may be added
  3. ;to support future functions.
  4.  
  5. ;The {SYSTEM} section defines variables that may be required for your
  6. ;particular setup
  7.  
  8. ;Items in the {GLOBAL} section are used when a variable is not found
  9. ;in a particular profile.
  10.  
  11.  
  12. [System]
  13. Default=
  14. ;Turn Debug On or Off;
  15. Debug=0
  16. ;root mail directory
  17. MailDir=SYS:MAIL
  18.  
  19. ;Charon Mailqueue Name
  20. MailQueue=MailQueue;
  21.  
  22. ;if you wish to retain a log of activities, give the name of a log file.
  23. LogFile=MWatch.Log
  24.  
  25. ;Maximum size of LogFile (1MB default)
  26. LogSize=1000
  27.  
  28. ;registration passcode
  29. Registration=
  30.  
  31. [Global]
  32. ;Variables in this section are use if not found in the specified
  33. ;profiles.
  34.  
  35. ;Name of unread mail extension. Default=*.CNM
  36. NewMail:=*.CNM
  37.  
  38. [Forward]
  39.  
  40. ;how many days is "old" for mail
  41. Age=15
  42.  
  43. ;who to include in activities (wildcards are valid - J*, geo*, or *)
  44. ;Default=*
  45. Name=*
  46.  
  47. ;who to send aged mail to.  If just a host is specified then the
  48. ;name of the addressee is used (ie. send this mail to the same person on
  49. ;a different machine)
  50. ReturnAdd=@symcorp
  51.  
  52. ;what is the name of the output file for the report (not required)
  53. ;OutputName=MWATCH.OUT
  54.  
  55. ;should IBM line characters be used in reports? Default=Yes;
  56. LineDraw=Yes
  57.  
  58. ;quiet level. 0=show everything, 1=just movement, 2=nothing
  59. Quiet=1
  60.  
  61. ;length of report pages. Default=60
  62. PageLength=60
  63.  
  64. ;should aged mail be deleted after processing
  65. DeleteAged=yes
  66.  
  67. ;should aged mail be forwarded to ReturnAdd
  68. ForwardAged=yes
  69.  
  70. ;add people with aged mail to this group.  No entry will do nothing.
  71. ;AgedGroup=AGEDMAIL
  72.  
  73. ;exclude people in this group from processing
  74. ExcludeGroup=MWEXCLUDE
  75.  
  76. ;show this information in the report in this order
  77. ;(see the REPORT ORDER section)
  78. RepOrder=ABCDEFGH
  79.  
  80. [Aged]
  81. ;place people with mail older than 10 days in the AGEDMAIL group
  82.  
  83. Age=10
  84. Name=*
  85. ReturnAdd=
  86. LineDraw=Yes
  87. Quiet=1
  88. PageLength=60
  89. DeleteAged=no
  90. ForwardAged=no
  91. OutputName=MWATCH.OUT
  92. AgedGroup=AGEDMAIL
  93. ;ExcludeGroup=MWEXCLUDE
  94. RepOrder=ABCDEFGHOPR
  95.  
  96. [Settings]
  97. ;This will only display preference settings for each individual.
  98.  
  99. Age=10
  100. Name=*
  101. ReturnAdd=@symcorp
  102. LineDraw=Yes
  103. Quiet=1
  104. PageLength=60
  105. DeleteAged=no
  106. ForwardAged=no
  107. OutputName=MWATCH.OUT
  108. ;AgedGroup=AGEDMAIL
  109. ;ExcludeGroup=MWEXCLUDE
  110. RepOrder=Z
  111.  
  112. [Report Order]
  113. ;this is not a valid section. It is only here to explain the use of the
  114. ;RepOrder variable.  Each column of a report has an associated letter
  115. ;value.  If the letter of a column is found in a repor, that information
  116. ;is printed.  The report generator is rather intelligent in that if the
  117. ;information is not asked for, that part of the processing is not done if
  118. ;it is not required for other information (ie, if no MHS info is asked for
  119. ;than no MHS processing is done.
  120.  
  121. ;NOTE*** If you specify column "T" is to be displayed, a different report
  122. ;will be generated to display folder names and the individual aspects
  123. ;of each folder.  This was the only way I could see to show this information
  124. ;logically.
  125.  
  126. ;Variables using "ASize" and "ATotal" deal with aged mail
  127.  
  128. A-UserId=No
  129. B-UserName=No
  130. C-TotalEmail=No
  131. D-TotalAged=No
  132. E-TotalSize=No
  133. F-TotalASize=No
  134. G-UnreadTotal=No
  135. H-UnreadSize=No
  136. I-UnreadAged=No
  137. J-UnreadAsize=No
  138. K-MHSTotal=No
  139. L-MHSSize=No
  140. M-MHSAged=No
  141. N-MHSASize=No
  142. O-FoldrTotal=No
  143. P-FolderSize=No
  144. Q-FoldrDel=No
  145. R-FoldrMail=No
  146. S-FoldrAged=No
  147. T-FolderName=No
  148.